home *** CD-ROM | disk | FTP | other *** search
- object RegistrationForm: TRegistrationForm
- Left = 475
- Top = 197
- ActiveControl = edUser
- BorderStyle = bsDialog
- Caption = 'Enter Unlock Code'
- ClientHeight = 136
- ClientWidth = 364
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poDefault
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 48
- Top = 44
- Width = 58
- Height = 16
- Caption = 'Company'
- end
- object Label2: TLabel
- Left = 69
- Top = 12
- Width = 37
- Height = 16
- Caption = 'Name'
- end
- object Label3: TLabel
- Left = 28
- Top = 76
- Width = 78
- Height = 16
- Caption = 'Unlock Code'
- end
- object edCompany: TEdit
- Left = 112
- Top = 40
- Width = 243
- Height = 24
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- OnChange = edCompanyChange
- end
- object edUser: TEdit
- Left = 112
- Top = 8
- Width = 243
- Height = 24
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- OnChange = edCompanyChange
- end
- object edSerial: TEdit
- Left = 112
- Top = 72
- Width = 243
- Height = 24
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- OnChange = edCompanyChange
- end
- object btRegister: TButton
- Left = 194
- Top = 103
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Unlock'
- Enabled = False
- ModalResult = 1
- TabOrder = 3
- end
- object Button2: TButton
- Left = 278
- Top = 103
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-